object FormMain: TFormMain Left = 116 Top = 79 Width = 635 Height = 474 Caption = 'Sliding Puzzle Challenge' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Puzzle1: TPuzzle Left = 0 Top = 0 Width = 617 Height = 385 BlankSquare = bsBottomRight Size = 3 OnSolve = Puzzle1Solve end object RzPanel1: TRzPanel Left = 0 Top = 384 Width = 625 Height = 41 FrameSides = [sdLeft, sdTop, sdRight, sdBottom] TabOrder = 0 object Label2: TLabel Left = 496 Top = 16 Width = 26 Height = 13 Caption = 'Time:' end object LabelTime: TLabel Left = 528 Top = 16 Width = 21 Height = 13 Caption = '0:00' Visible = False end object Label4: TLabel Left = 8 Top = 16 Width = 333 Height = 13 Caption = 'F2- New Game F3- New Picture F4- Scramble F5- Cheat F6- Opti' + 'ons' end end object Panel1: TPanel Left = 392 Top = 256 Width = 225 Height = 129 TabOrder = 1 Visible = False object Label1: TLabel Left = 32 Top = 24 Width = 34 Height = 13 Caption = 'Height:' end object Label3: TLabel Left = 32 Top = 56 Width = 31 Height = 13 Caption = 'Width:' end object BitBtn1: TBitBtn Left = 72 Top = 88 Width = 89 Height = 25 Caption = 'Set' TabOrder = 0 OnClick = BitBtn1Click Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 04000000000000010000130B0000130B00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000 000333FFF3777777777F3000330FFFFFFF033777FF7F3FF3FF7F07B7030F00F0 0F0377777F7F7737737F0BBB030FFFFFFF0377777F7F3FFFF37F07B7030F0000 FF037777737F7777337F3000330FFFFFFF033777337F3FF3FF7F3333330F00F0 00033333337F7737777F3333330FFFF0FF033FFFFF7F3FF7F3730000030F08F0 F03377777F7F7737F7330999030FFFF0033377777F7FFFF77333099903000000 333377777F7777773333099903333333333377777F33FFFFFFF3000003300000 00337777733777777733333333330CCC033333333333777773333333333330C0 3333333333333777333333333333330333333333333333733333} NumGlyphs = 2 end object SpinEdit1: TSpinEdit Left = 80 Top = 24 Width = 121 Height = 22 MaxValue = 1000 MinValue = 0 TabOrder = 1 Value = 0 end object SpinEdit2: TSpinEdit Left = 80 Top = 56 Width = 121 Height = 22 MaxValue = 1000 MinValue = 0 TabOrder = 2 Value = 0 end end object MainMenu1: TMainMenu Left = 8 Top = 8 object N1: TMenuItem Caption = 'File' ShortCut = 0 object NewGame1: TMenuItem Caption = '&New Game' ShortCut = 113 OnClick = NewGame1Click end object Loadnewbitmap1: TMenuItem Caption = '&Load new bitmap' ShortCut = 114 OnClick = Loadnewbitmap1Click end object Scramble1: TMenuItem Caption = 'S&cramble' ShortCut = 115 OnClick = Scramble1Click end object SolveitCheat1: TMenuItem Caption = '&Solve it- Cheat!' ShortCut = 116 OnClick = SolveitCheat1Click end object Exit1: TMenuItem Caption = 'E&xit' ShortCut = 0 OnClick = Exit1Click end end object Size1: TMenuItem Caption = '&Size' ShortCut = 0 object Small1: TMenuItem Caption = '&Small' ShortCut = 0 OnClick = Small1Click end object Medium1: TMenuItem Caption = '&Medium' ShortCut = 0 OnClick = Medium1Click end object Large1: TMenuItem Caption = '&Large' ShortCut = 0 OnClick = Large1Click end object Custom1: TMenuItem Caption = '&Custom' ShortCut = 0 OnClick = Custom1Click end end object Options1: TMenuItem Caption = '&Options' ShortCut = 0 object Difficulty1: TMenuItem Caption = '&Set player options' ShortCut = 117 OnClick = Difficulty1Click end object N2: TMenuItem Caption = '-' ShortCut = 0 end object Blanktile1: TMenuItem Caption = 'Blank tile' ShortCut = 118 object TopRight1: TMenuItem Caption = '&Top Right' ShortCut = 0 OnClick = TopRight1Click end object TopLeft1: TMenuItem Caption = 'Top &Left' ShortCut = 0 OnClick = TopLeft1Click end object BottomRight1: TMenuItem Caption = '&Bottom Right' ShortCut = 0 OnClick = BottomRight1Click end object Bottomleft1: TMenuItem Caption = 'Bottom l&eft' ShortCut = 0 OnClick = Bottomleft1Click end end object N3: TMenuItem Caption = '-' ShortCut = 0 end object Pieces1: TMenuItem Caption = '&Pieces' ShortCut = 119 object N31: TMenuItem Caption = '3 by 3' RadioItem = True ShortCut = 0 OnClick = N31Click end object N41: TMenuItem Caption = '4 by 4' RadioItem = True ShortCut = 0 OnClick = N41Click end object N51: TMenuItem Caption = '5 by 5' ShortCut = 0 OnClick = N51Click end object N61: TMenuItem Caption = '6 by 6' ShortCut = 0 OnClick = N61Click end object N71: TMenuItem Caption = '7 by 7' ShortCut = 0 OnClick = N71Click end object N81: TMenuItem Caption = '8 by 8' ShortCut = 0 OnClick = N81Click end object N91: TMenuItem Caption = '9 by 9' ShortCut = 0 OnClick = N91Click end object N101: TMenuItem Caption = '10 by 10' ShortCut = 0 OnClick = N101Click end end end object About1: TMenuItem Caption = '&Help' ShortCut = 0 object Contents1: TMenuItem Caption = '&Contents' ShortCut = 0 OnClick = Contents1Click end object About2: TMenuItem Caption = '&About Sliding Puzzle Challenge' ShortCut = 0 OnClick = About2Click end end end object Timer1: TTimer Enabled = False OnTimer = Timer1Timer Left = 8 Top = 40 end object OpenDialog1: TOpenDialog FileEditStyle = fsEdit Filter = 'Bitmaps|*.bmp' Options = [ofFileMustExist] Title = 'Select your next puzzle' Left = 8 Top = 72 end end